From 365f469749a5298c42f6a08e2022bfdf314ed7fd Mon Sep 17 00:00:00 2001 From: Amire80 Date: Mon, 17 Apr 2017 17:14:26 +0300 Subject: [PATCH] Changed "modified" to "edited" There were two messages that said "This page was last modified etc.". They are now "This page was last edited". The word "modify" is used elsewhere in MediaWiki messages for things other than editing a page, like uploaded files, databases, and configuration, whereas actual pages are edited and not modified. Change-Id: I79b68bbec35f7747cd2a27c1a29e154139e3ab76 --- languages/i18n/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 9ab562b165..22af3496c1 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -222,7 +222,7 @@ "redirectpagesub": "Redirect page", "redirectto": "Redirect to:", "talkpageheader": "-", - "lastmodifiedat": "This page was last modified on $1, at $2.", + "lastmodifiedat": "This page was last edited on $1, at $2.", "viewcount": "This page has been accessed {{PLURAL:$1|once|$1 times}}.", "protectedpage": "Protected page", "jumpto": "Jump to:", @@ -2888,7 +2888,7 @@ "anonymous": "Anonymous {{PLURAL:$1|user|users}} of {{SITENAME}}", "siteuser": "{{SITENAME}} user $1", "anonuser": "{{SITENAME}} anonymous user $1", - "lastmodifiedatby": "This page was last modified $2, $1 by $3.", + "lastmodifiedatby": "This page was last edited $2, $1 by $3.", "othercontribs": "Based on work by $1.", "others": "others", "siteusers": "{{SITENAME}} {{PLURAL:$2|{{GENDER:$1|user}}|users}} $1", -- 2.20.1